From: Claudio Cambra Date: Fri, 10 Jan 2025 06:18:14 +0000 (+0800) Subject: Set allPaused as false if we have available FileProvider domains with macOS VFS X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~2^2~134^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=952e2d9fdc009ba27a0dfd1af7c7df7cf41785af;p=nextcloud-desktop.git Set allPaused as false if we have available FileProvider domains with macOS VFS Signed-off-by: Claudio Cambra --- diff --git a/src/gui/owncloudgui.cpp b/src/gui/owncloudgui.cpp index 7323a8d5b..53b97c113 100644 --- a/src/gui/owncloudgui.cpp +++ b/src/gui/owncloudgui.cpp @@ -319,6 +319,7 @@ void ownCloudGui::slotComputeOverallSyncStatus() if (!Mac::FileProviderSettingsController::instance()->vfsEnabledForAccount(accountFpId)) { continue; } + allPaused = false; const auto fileProvider = Mac::FileProvider::instance(); if (!fileProvider->xpc()->fileProviderExtReachable(accountFpId)) {